user_targets.inc 129 B

1234567
  1. ifneq ($(USER_TARGETS_HAVE_BEEN_INCLUDED),yes)
  2. USER_TARGETS_HAVE_BEEN_INCLUDED=yes
  3. include $(ROOT_DIR)/user/Makefile.mk
  4. endif