commit | author | age | ||
a07526 | 1 | ### DO NOT EDIT THIS FILE ### |
H | 2 | ifeq ($(TARGET_OUTPUT_DIR),) |
3 | $(error "Please use "source buildroot/build/envsetup.sh" to select a buildroot config") | |
4 | endif | |
5 | ||
6 | O=$(TARGET_OUTPUT_DIR) | |
7 | include $(O)/Makefile | |
8 | ### DO NOT EDIT THIS FILE ### |