mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-26 11:50:52 +00:00
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
2 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue