Makefile 425 B

1234567891011121314151617181920
  1. #
  2. # (C) Copyright 2006
  3. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  4. #
  5. # (C) Copyright 2005
  6. # Sandburst Corporation
  7. # Travis B. Sawyer
  8. #
  9. # SPDX-License-Identifier: GPL-2.0+
  10. #
  11. # TBS: add for debugging purposes
  12. BUILDUSER := $(shell whoami)
  13. FORCEBUILD := $(shell rm -f karef.o)
  14. ccflags-y += -DBUILDUSER='"$(BUILDUSER)"'
  15. # TBS: end debugging
  16. obj-y = karef.o ../common/flash.o ../common/sb_common.o
  17. extra-y += init.o