genode/repos/base-sel4/mk/spec-sel4.mk
2015-05-26 09:39:54 +02:00

10 lines
200 B
Makefile

LD_TEXT_ADDR ?= 0x01000000
#
# Clean rule for removing the side effects of building the platform library
#
clean_includes:
$(VERBOSE)rm -rf $(BUILD_BASE_DIR)/include
clean cleanall: clean_includes