mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-09 21:42:54 +01:00
12 lines
194 B
Makefile
12 lines
194 B
Makefile
# for SGlinux builds
|
|
-include $(ROOTDIR)/modules/.config
|
|
|
|
obj-$(CONFIG_OCF_PASEMI) += pasemi.o
|
|
|
|
obj ?= .
|
|
EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
|
|
|
|
ifdef TOPDIR
|
|
-include $(TOPDIR)/Rules.make
|
|
endif
|
|
|