Files
lk/project/target/pc.mk
Travis Geiselbrecht a2b41c11d2 [dev][pci] move the pci console commands into the pci bus driver
Remove app/pcitests since it was just the console commands.
2021-11-09 00:19:53 -08:00

8 lines
128 B
Makefile

# top level project rules for the pc virtual project
#
ARCH ?= x86
SUBARCH ?= x86-32
TARGET := pc-x86
MODULES += \
app/shell \