-# 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
-