summaryrefslogtreecommitdiff
path: root/package/swconfig/src/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-29 18:50:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-29 18:50:47 +0200
commit1a1c38ece81ef998be92218ade235bc7b44d9643 (patch)
tree0851f091bc5c27e2013e27dcdeaf0567c09edb7b /package/swconfig/src/Makefile
parent92dd4fee15cb7c33868c7d7213f82136955397b1 (diff)
remove swconfig, enable USB and NLS for alix boards
Diffstat (limited to 'package/swconfig/src/Makefile')
-rw-r--r--package/swconfig/src/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/swconfig/src/Makefile b/package/swconfig/src/Makefile
deleted file mode 100644
index 64816af54..000000000
--- a/package/swconfig/src/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-ifndef CFLAGS
-CFLAGS = -O2 -g -I ../src
-endif
-LIBS=-lnl
-
-all: swconfig
-
-%.o: %.c
- $(CC) $(CFLAGS) -c -o $@ $^
-
-swconfig: cli.o swlib.o
- $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)