mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
10 lines
200 B
Makefile
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
|