summaryrefslogtreecommitdiff
path: root/libdde_linux26/lib/src/Makefile
AgeCommit message (Collapse)Author
2013-07-27rename libdde_linux26 into libdde-linux26 to make dpkg-source happySamuel Thibault
2012-07-01Add boot_cpu_dataSamuel Thibault
* lib/src/arch/x86/kernel/setup.c: New file * lib/src/Makefile (SRC_C_libdde_linux26.o.a): Add kernel/setup.c
2012-07-01Add dma resource managementSamuel Thibault
* contrib/kernel/dma.c: New file. * lib/src/Makefile (SRC_C_libdde_linux26.o.a): Add kernel/dma.c
2012-06-30Add nr_irqsSamuel Thibault
* libdde_linux26/lib/src/kernel/irq/handle.c: New file. * libdde_linux26/lib/src/Makefile (SRC_C_libdde_linux26.o.a): Add handle.c
2010-07-12Use Linux's udelay and ndelay.Zheng Da
It's not very precise to implement udelay and ndelay with loops in the user space, but should be enough.
2010-06-15implement get_random_bytes() with random() in libcZheng Da
2010-06-09include more block IO scheduler.Zheng Da
2010-06-04support block devices in the DDE library.Zheng Da
2010-01-29Reorganize Makefile.Zheng Da
2010-01-29libdde_linux26 is adapted to be used by libmachdev.Zheng Da
2010-01-13fix a include path in dde linux26.Zheng Da
2010-01-13move variables to Makeconf.localZheng Da
2010-01-05Don't compile the sound component in linux26.Zheng Da
2010-01-05define SRC_DIR in Makefile in linux26/libZheng Da
2009-12-21a temporary version of Makefiles for libdde_linux26Zheng Da
2009-12-06check in the original version of dde linux26.Zheng Da