forked from Ivasoft/openwrt
rename target/linux/generic-2.6 to generic
SVN-Revision: 21952
This commit is contained in:
17
target/linux/generic/files/crypto/ocf/cryptocteon/Makefile
Normal file
17
target/linux/generic/files/crypto/ocf/cryptocteon/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# for SGlinux builds
|
||||
-include $(ROOTDIR)/modules/.config
|
||||
|
||||
obj-$(CONFIG_OCF_CRYPTOCTEON) += cryptocteon.o
|
||||
|
||||
obj ?= .
|
||||
EXTRA_CFLAGS += -I$(obj)/.. -I$(obj)/
|
||||
|
||||
ifdef CONFIG_OCF_CRYPTOCTEON
|
||||
# you need the cavium crypto component installed
|
||||
EXTRA_CFLAGS += -I$(ROOTDIR)/prop/include
|
||||
endif
|
||||
|
||||
ifdef TOPDIR
|
||||
-include $(TOPDIR)/Rules.make
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user