#CFLAGS_USER += -DCONFIG_SYSCALL_TRAP
#CFLAGS_USER += -g
#CFLAGS_TESTS += -static
+export CFLAGS_USER CFLAGS_TESTS
# brho's custom targets. Customize to your system.
#$(OBJDIR)/kern/.kvm.touch: $(KERNEL_OBJ)
# @echo " (KVM) Copying to mnt/hdd"
-# $(Q)cp $^ mnt/hdd/texas
+# $(Q)cp $^ mnt/hdd/kernel
# @sync
# @touch $@
#
#
#pxe: $(OBJDIR)/kern/.pxe.touch ;
-# various sparc functional simulator configurations
-NP ?= 1
-fs: all
- sparc_app -p$(NP) -fappserver_ros.conf fs $(KERNEL_OBJ) none
-fsd: all
- sparc_app_debug -p$(NP) -fappserver_ros.conf fs $(KERNEL_OBJ) none
-hw: all
- sparc_app -p$(NP) -fappserver_ros.conf hw $(KERNEL_OBJ) none
-
# risc-v functional simulator
rvfs: all
fesvr -p$(NP) -nopk $(KERNEL_OBJ)