diff options
Diffstat (limited to 'sys/kern/Makefile')
| -rw-r--r-- | sys/kern/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile index 39260ca..b04e252 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -5,6 +5,7 @@ CFILES = $(shell find . -name "*.c") CFILES += $(shell find ../lib -name "*.c") CFILES += $(shell find ../os -name "*.c") CFILES += $(shell find ../vm -name "*.c") +CFILES += $(shell find ../dev -name "*.c") OFILES = $(CFILES:.c=.o) DFILES = $(CFILES:.c=.d) CC = |
