diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 12:57:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 12:57:57 +0000 |
commit | ace455e0c0a91444b232688a014cd358847f3c69 (patch) | |
tree | 3954dc33cb4c0855f125af58dc696a2b893a5ddf /package/nvram/src/Makefile | |
parent | 6eec3954effc6702e2f8459b27d77d5fe86e8c60 (diff) | |
download | mtk-20170518-ace455e0c0a91444b232688a014cd358847f3c69.zip mtk-20170518-ace455e0c0a91444b232688a014cd358847f3c69.tar.gz mtk-20170518-ace455e0c0a91444b232688a014cd358847f3c69.tar.bz2 |
remove old nvram package
SVN-Revision: 15436
Diffstat (limited to 'package/nvram/src/Makefile')
-rw-r--r-- | package/nvram/src/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/nvram/src/Makefile b/package/nvram/src/Makefile deleted file mode 100644 index 144499c..0000000 --- a/package/nvram/src/Makefile +++ /dev/null @@ -1,16 +0,0 @@ - -LIBNVRAM_OBJS := nvram.o - -all: libnvram.so nvram - -%.o: %.c - $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -c -I. -Iinclude -o $@ $^ - -libnvram.so: $(LIBNVRAM_OBJS) - $(CC) -shared -o $@ $^ - -nvram: main.o - $(CC) -o $@ $^ -L. -lnvram - -clean: - rm -f *.o *.so nvram |