summaryrefslogtreecommitdiffstats
path: root/apps/examples/pwm/Makefile
AgeCommit message (Expand)AuthorFilesLines
2014-09-11MAINOBJ needs to be added to object list in many MakefileGregory Nutt1-1/+1
2014-09-07Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt1-14/+15
2014-09-07Determine the main object name from the main source name in every kernel buil...Gregory Nutt1-0/+1
2014-09-07Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt1-0/+1
2014-09-07Add the main object to the list objects to link in every kernel build link co...Gregory Nutt1-1/+1
2014-09-07Add the main object to the dependencies for the kernel buildGregory Nutt1-1/+1
2014-09-07If now a kernel build, then add the main object in with all of the restGregory Nutt1-0/+4
2014-09-07Update apps/examples/helloxx/MakefileGregory Nutt1-1/+1
2014-09-06Customize the program name in the generic setup that was added to each makefi...Gregory Nutt1-1/+1
2014-09-06Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt1-0/+9
2014-09-06Fix all install targetsGregory Nutt1-4/+4
2014-09-06Oops wrong elseGregory Nutt1-1/+1
2014-09-06Add missing else from last big changeGregory Nutt1-0/+1
2014-09-06Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt1-0/+9
2014-09-06Only one install target per MakefileGregory Nutt1-4/+2
2014-09-06Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt1-0/+4
2014-04-13More trailing whilespace removalGregory Nutt1-1/+1
2012-12-24Some fixes to apps/builtin/registry need to handle some additional casespatacongo1-1/+1
2012-12-23Remove .context kludge from apps/ directorypatacongo1-3/+6
2012-11-20Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo1-3/+3
2012-11-17Most of the changes needed to support Windows native clean; distclean is has ...patacongo1-2/+3
2012-11-15Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo1-1/+1
2012-11-12Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo1-2/+6
2012-11-11Correct some issues with last check-in; ez80 still does not buildpatacongo1-2/+2
2012-11-11Partial change: Removing bash ARCHIVE looppatacongo1-4/+2
2012-04-15Add a watchdog timer testpatacongo1-2/+2
2011-12-19Add a test for PWM driverspatacongo1-0/+103