diff options
Diffstat (limited to 'net/wanrouter/Makefile')
-rw-r--r-- | net/wanrouter/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/wanrouter/Makefile b/net/wanrouter/Makefile index beafe5059..1a2ec4cc1 100644 --- a/net/wanrouter/Makefile +++ b/net/wanrouter/Makefile @@ -8,9 +8,11 @@ # Note 2! The CFLAGS definition is now in the main makefile... O_TARGET := wanrouter.o -OX_OBJS := wanmain.o -O_OBJS := wanproc.o -M_OBJS := $(O_TARGET) + +export-objs := wanmain.o + +obj-y := wanproc.o wanmain.o +obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make |