2014-10-15 14:48:45 +02:00
|
|
|
LD_TEXT_ADDR ?= 0x01000000
|
2014-10-15 18:11:17 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# 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
|