diff options
Diffstat (limited to 'drivers/sk98lin/Makefile')
-rw-r--r-- | drivers/sk98lin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/sk98lin/Makefile b/drivers/sk98lin/Makefile index f48b37e..8ee0e21 100644 --- a/drivers/sk98lin/Makefile +++ b/drivers/sk98lin/Makefile @@ -29,8 +29,8 @@ include $(TOPDIR)/config.mk LIB := libsk98lin.a OBJS := skge.o skaddr.o skgehwt.o skgeinit.o skgepnmi.o skgesirq.o \ - ski2c.o sklm80.o skqueue.o skrlmt.o sktimer.o skvpd.o \ - skxmac2.o skcsum.o #skproc.o + ski2c.o sklm80.o skqueue.o skrlmt.o sktimer.o skvpd.o \ + skxmac2.o skcsum.o #skproc.o OBJS += uboot_skb.o uboot_drv.o @@ -99,5 +99,3 @@ $(LIB): $(OBJS) sinclude .depend ######################################################################### - - |