Makefile 186 B

123456789101112
  1. # for SGlinux builds
  2. -include $(ROOTDIR)/modules/.config
  3. obj-$(CONFIG_OCF_OCFNULL) += ocfnull.o
  4. obj ?= .
  5. EXTRA_CFLAGS += -I$(obj)/..
  6. ifdef TOPDIR
  7. -include $(TOPDIR)/Rules.make
  8. endif