driver tests updates

This commit is contained in:
Blaise Tine
2021-05-02 12:12:59 -07:00
parent bac53e4ae1
commit fc7c8e1639
6 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ LDFLAGS +=
PROJECT = basic
SRCS = basic.cpp
SRCS = main.cpp
all: $(PROJECT) kernel.bin kernel.dump

View File

@@ -22,7 +22,7 @@ CXXFLAGS += -I../../include
PROJECT = demo
SRCS = demo.cpp
SRCS = main.cpp
all: $(PROJECT) kernel.bin kernel.dump

View File

@@ -24,7 +24,7 @@ CXXFLAGS += -I../../include -I../../../hw
PROJECT = dogfood
SRCS = dogfood.cpp
SRCS = main.cpp
all: $(PROJECT) kernel.bin kernel.dump