From: Ali Saidi Date: Wed, 16 Aug 2006 19:51:06 +0000 (-0400) Subject: fix Makefile for new source tree X-Git-Tag: stable_2012_02_02~553^2~2^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e527d4b9b9a9902fdcfb827aefae7a3f0a234dda;hp=4d1f6a8aca88b08b258ffaf17e192d19f860877e;p=gem5.git fix Makefile for new source tree --- diff --git a/system/alpha/console/Makefile b/system/alpha/console/Makefile index 777f81fe3..884255d77 100644 --- a/system/alpha/console/Makefile +++ b/system/alpha/console/Makefile @@ -35,7 +35,7 @@ AS=$(CROSS_COMPILE)as LD=$(CROSS_COMPILE)ld DBMENTRY= fffffc0000010000 -CFLAGS=-I . -I ../h -I$(M5)/dev -I$(M5)/util/m5/ -fno-builtin -Wa,-m21164 +CFLAGS=-I . -I ../h -I$(M5)/src/dev -I$(M5)/util/m5/ -fno-builtin -Wa,-m21164 OBJS=dbmentry.o printf.o paljtokern.o paljtoslave.o console.o m5op.o ### Make sure that the M5 variable is set ###