In hfa384x.h, changed dltimeout back to a UINT16.
In prframe.c, added a vim modeline. Also testing the use of CVS with distinct trees.
This commit is contained in:
parent
a2786bd850
commit
f76937bfcb
|
@ -46,7 +46,8 @@ DIRS=am930 p80211 prism2 shared wlanctl wland nwepgen \
|
|||
ALL_DIRS=mkmeta am930 p80211 prism2 shared wlanctl wland \
|
||||
nwepgen skeleton
|
||||
|
||||
DIRS+=`cat .extradirs`
|
||||
DIRS+=`cat *.addon`
|
||||
ALL_DIRS+=`cat *.addon`
|
||||
|
||||
all:
|
||||
set -e; for d in $(ALL_DIRS); do $(MAKE) -C $$d ; done
|
||||
|
|
Loading…
Reference in a new issue