Files
lk/project/pc-x86-64-test.mk
Travis Geiselbrecht ee672a5471 [arch][x86] flatten x86-64 and x86 into a single tree of code
Major refactor of x86 code into a single arch.
Also bump both 32 and 64 bit to running the kernel at a 'high' address.
2016-02-29 12:42:45 -08:00

10 lines
163 B
Makefile

# top level project rules for the pc-x86-64-test project
#
ARCH := x86
SUBARCH := x86-64
TARGET := pc-x86
MODULES += \
app/shell
include project/virtual/test.mk