Newer
Older
Scratch / mobius / src / drivers / pci / Makefile
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 124 bytes Scratch
TARGET=	$(BIN)/pci.drv
OBJS=	pci.o
BASE=	pci
EXP=	pci.exp
IMP=	$(LIB)/pci.lib

include ../make.driver

include $(OBJS:.o=.d)