bsps/m68k: Remove unused define

This patch is a part of the BSP source reorganization.

Update #3285.
This commit is contained in:
Sebastian Huber
2018-03-26 12:01:18 +02:00
parent f8e4755f87
commit 1e23c47911

View File

@@ -8,10 +8,6 @@ if shared
## shared/misc
# gcc doesn't recognize difference between the cpu32 and cpu32+ so we have to
if mcpu32p
M68K_CPPFLAGS = -D__mcpu32p__
endif
if mcf5272
M68K_CPPFLAGS = -Dmcf5272
endif