diff options
Diffstat (limited to 'target/linux/generic-2.4/files/crypto/ocf/pasemi/Makefile')
-rw-r--r-- | target/linux/generic-2.4/files/crypto/ocf/pasemi/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/generic-2.4/files/crypto/ocf/pasemi/Makefile b/target/linux/generic-2.4/files/crypto/ocf/pasemi/Makefile deleted file mode 100644 index b0a3980f21..0000000000 --- a/target/linux/generic-2.4/files/crypto/ocf/pasemi/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# 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 - |