config.mk 236 B

123456789101112
  1. #
  2. # (C) Copyright 2005, Psyent Corporation <www.psyent.com>
  3. # Scott McNutt <smcnutt@psyent.com>
  4. #
  5. # SPDX-License-Identifier: GPL-2.0+
  6. #
  7. PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
  8. ifeq ($(debug),1)
  9. PLATFORM_CPPFLAGS += -DDEBUG
  10. endif