diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-12-01 02:22:47 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-12-01 02:22:47 -0500 |
commit | e9022ee6c348d41cb62c55e15a9711f7a96f2399 (patch) | |
tree | feaf8a52abe154d492c2be23420ed157395ddcbb /drivers/net/sk98lin/Makefile | |
parent | 5f4f9dc113a7aedca072851f3a51cc563f8e143f (diff) | |
parent | be0df20cb5ffd36ced9393d004e473d5c531b5da (diff) |
Merge branch 'upstream-fixes'
Diffstat (limited to 'drivers/net/sk98lin/Makefile')
-rw-r--r-- | drivers/net/sk98lin/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/sk98lin/Makefile b/drivers/net/sk98lin/Makefile index 6783039ffb7..7653d6e33aa 100644 --- a/drivers/net/sk98lin/Makefile +++ b/drivers/net/sk98lin/Makefile @@ -27,8 +27,7 @@ sk98lin-objs := \ sktimer.o \ skvpd.o \ skxmac2.o \ - skproc.o \ - skcsum.o + skproc.o # DBGDEF = \ # -DDEBUG @@ -77,7 +76,7 @@ endif # SK_DBGCAT_DRV_INT_SRC 0x04000000 interrupts sources # SK_DBGCAT_DRV_EVENT 0x08000000 driver events -EXTRA_CFLAGS += -Idrivers/net/sk98lin -DSK_DIAG_SUPPORT -DSK_USE_CSUM -DGENESIS -DYUKON $(DBGDEF) $(SKPARAM) +EXTRA_CFLAGS += -Idrivers/net/sk98lin -DSK_DIAG_SUPPORT -DGENESIS -DYUKON $(DBGDEF) $(SKPARAM) clean: rm -f core *.o *.a *.s |