NetBSD/sys/arch/dreamcast/conf/Makefile.dreamcast.inc
tsutsui f76d1dd00a Tidy up config files:
- make GENERIC more generic
- add GENERIC_MD, which has MEMORY_DISK stuff and just includes GENERIC
- add a call of dbsym(8) in Makefile.dreamcast.inc

Approved by marcus.
2002-10-30 12:22:55 +00:00

13 lines
241 B
PHP

# $NetBSD: Makefile.dreamcast.inc,v 1.8 2002/10/30 12:22:55 tsutsui Exp $
MACHINE_ARCH=sh3el
TEXTADDR?=8c010000
.if ${OBJECT_FMT} == "ELF"
LINKFORMAT= -N
.endif
SYSTEM_LD_TAIL_EXTRA=; \
echo "${DBSYM} $@ || true"; \
${DBSYM} $@ || true