summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2010-04-19Bump default dahdi version to 2.3 (branch)Tzafrir Cohen
2010-04-19Remove trailing whitespace from patch headerTzafrir Cohen
Having a line '--- ' (with extra space) in a patch file is not such a good idea. Use '---' like git does.
2010-03-10gen-patch: the branch is actually 2.2Tzafrir Cohen
2010-03-10gen-patch: get rid of generated .mod.c filesTzafrir Cohen
2010-03-10use branch 2.2.1 as the base branch for patchTzafrir Cohen
2010-01-21Don't copy Kconfig twice in the patchTzafrir Cohen
2010-01-06Generate a standard header for the patch.Tzafrir Cohen
2010-01-05Remove unneeded stuff from main MakefileTzafrir Cohen
2010-01-05build/patch opvxa1200.cTzafrir Cohen
* Add entry in Kconfig and line in Kbuild . * fxo_modes.h was missing. Copy it over from dahdi-linux, * And again - don't include it in the patch.
2010-01-05build/patch wcopenpci as wellTzafrir Cohen
* Add an entry in Kconfig and a line in Kbuild * Provide proslic.h from dahdi-linux, * But don't include it in the patch.
2010-01-05Also build/patch zaphfcTzafrir Cohen
2010-01-05Introduce the build systemTzafrir Cohen
The Makefile supports either building modules locally or generating a patch vs. dahdi-linux SVN. * drivers/dahdi/{Kbuild,Kconfig} - will be merged with existing ones * dahdi_echocan_oslec.c: Copied as-is from dahdi. Provides a better sanity check that the 'echo' module was built OK.