diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /net/ethernet/Makefile | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'net/ethernet/Makefile')
-rw-r--r-- | net/ethernet/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/ethernet/Makefile b/net/ethernet/Makefile index a1e61cdda..8c9041b4c 100644 --- a/net/ethernet/Makefile +++ b/net/ethernet/Makefile @@ -9,7 +9,11 @@ O_TARGET := ethernet.o -OBJS := eth.o sysctl_net_ether.o +OBJS := eth.o + +ifeq ($(CONFIG_SYSCTL),y) +OBJS += sysctl_net_ether.o +endif ifdef CONFIG_IPX OBJ2 := pe2.o |