Subject: Re: LEDs
To: Mike Hibler <mike@cs.utah.edu>
From: Jason Thorpe <thorpej@cs.orst.edu>
List: port-hp300
Date: 09/13/1994 21:52:34
----
On Tue, 13 Sep 94 21:30:53 -0600 
 mike@cs.utah.edu (Mike Hibler) wrote:

 > The LED_* values for locore.s should be getting defined via assym.s
 > (i.e. from genassym.c).  Did your assym.s get rebuilt when you turned
 > on USELEDS in the Makefile?

assym.s does get rebuilt, but, really, genassym.c needs to be rebuild, as 
it's got the #ifdef USELEDS in it...

Here is actually the correct fix:

(for /sys/arch/hp300/conf/Makefile.hp300)
*** distribution/Makefile.hp300	Tue Sep 13 21:48:38 1994
--- Makefile.hp300	Tue Sep 13 21:45:13 1994
***************
*** 128,134 ****
  assym.s: genassym
  	./genassym >assym.s
  
! genassym:
  	${CC} ${INCLUDES} ${IDENT} ${PARAM} -Dmc68020 -Dhp300 -o genassym \
  	    ${HP300}/hp300/genassym.c
  
--- 128,134 ----
  assym.s: genassym
  	./genassym >assym.s
  
! genassym: Makefile
  	${CC} ${INCLUDES} ${IDENT} ${PARAM} -Dmc68020 -Dhp300 -o genassym \
  	    ${HP300}/hp300/genassym.c
  

---------------------------------------------------------------------------
--
Jason R. Thorpe                thorpej@cs.orst.edu                   
754-1554
Systems Administrator             CSWest Room 12                     
737-5567
Oregon State University