Fix error in NxWM makefile that creapt in with recent check-ins
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4787 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
70c2bc8810
commit
f2ccd473b4
@ -155,3 +155,6 @@
|
||||
* NxWM: Increase default spacing of icons on the Start Window.
|
||||
* NxWM::CHexCalculator: Fix some non-standard calculator behavior
|
||||
after = is pressed. Use upper case hex. Increase font size.
|
||||
* nxwm/Makefile: Fix error that creapt in during some other
|
||||
recent check-ins.
|
||||
|
||||
|
@ -57,7 +57,7 @@ endif
|
||||
|
||||
# Applications
|
||||
|
||||
CXXSRCS = cstartwindow.cxx cnxconsole.cxx chexcalculator.cxx
|
||||
CXXSRCS += cstartwindow.cxx cnxconsole.cxx chexcalculator.cxx
|
||||
|
||||
ifeq ($(CONFIG_NXWM_TOUCHSCREEN),y)
|
||||
CXXSRCS += ccalibration.cxx
|
||||
|
Loading…
x
Reference in New Issue
Block a user