diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-27 01:04:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-27 01:04:44 +0000 |
| commit | f274c85d8b39375bbe45c9467cf2263b1a3ef850 (patch) | |
| tree | 6ac6f045cfea0d7a06749885dda9c3b812929692 /sys/modules/xl | |
| parent | 972c1f69453580191a0e07333f7fb2fc0278ae37 (diff) | |
Notes
Diffstat (limited to 'sys/modules/xl')
| -rw-r--r-- | sys/modules/xl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/xl/Makefile b/sys/modules/xl/Makefile index ffdb37f9812a..797b807eb4a8 100644 --- a/sys/modules/xl/Makefile +++ b/sys/modules/xl/Makefile @@ -3,16 +3,13 @@ S = ${.CURDIR}/../.. .PATH: $S/pci KMOD = if_xl -SRCS = if_xl.c xl.h opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS = if_xl.c opt_bdg.h device_if.h bus_if.h pci_if.h SRCS += miibus_if.h -CLEANFILES += xl.h opt_bdg.h device_if.h bus_if.h pci_if.h +CLEANFILES += opt_bdg.h device_if.h bus_if.h pci_if.h CLEANFILES += miibus_if.h CFLAGS += ${DEBUG_FLAGS} KMODDEPS = miibus -xl.h: - echo "#define NXL 1" > xl.h - opt_bdg.h: touch opt_bdg.h |
