Newer
Older
Scratch / mobius / src / drivers / cmos / Makefile
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 94 bytes Scratch
TARGET=	$(BIN)/cmos.drv
OBJS=	cmos.o
BASE=	cmos

include ../make.driver

include $(OBJS:.o=.d)