8 lines
128 B
Makefile
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 \
|