summaryrefslogtreecommitdiffstats
path: root/Makefile.legacy
blob: 2e015a1e3ab531b4305ce3ddabe30a20c81cf19a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Makefile.legacy - support for backward compatibility
#
# This file contains placeholders to detect backward-compatibility problems.
# When a buildroot "API" feature is being deprecated, a rule should be added
# here that issues an error when the old feature is used.
#
# This file is not included if BR2_DEPRECATED is selected, so it is possible
# to bypass the errors (although that's usually a bad idea).

ifeq ($(BR2_LEGACY),y)
$(error "You have legacy configuration in your .config! Please check your configuration.")
endif