Clean up the bogus pci.h file we create.

This commit is contained in:
phk 2001-11-03 09:28:33 +00:00
parent 1bd1d33bef
commit a9e7412371

View File

@ -5,6 +5,8 @@
KMOD= if_wi
SRCS= if_wi.c card_if.h device_if.h bus_if.h pci_if.h pci.h
CLEANFILES += pci.h
pci.h:
echo "#define NPCI 1" > $@