Build system improvements.

This commit is contained in:
ksb 2007-08-21 09:06:23 +00:00
parent 792eae91c6
commit e55dbe433b
8 changed files with 212 additions and 114 deletions

View file

@ -26,6 +26,8 @@ cc2420_interrupt_fifop_int_init(void)
/* *AT91C_AIC_IECR = (1 << AT91C_ID_IRQ1); */
}
#ifndef __MAKING_DEPS__
inline int splhigh(void)
{
int save;
@ -45,3 +47,5 @@ inline void splx(int saved)
#error Must be compiled in ARM mode
#endif
}
#endif /* __MAKING_DEPS__ */