sources 1020 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ################################################################################
  2. #
  3. # Copyright (c) 2014 Minoca Corp.
  4. #
  5. # This file is licensed under the terms of the GNU General Public License
  6. # version 3. Alternative licensing terms are available. Contact
  7. # info@minocacorp.com for details. See the LICENSE file at the root of this
  8. # project for complete licensing information.
  9. #
  10. # File Name:
  11. #
  12. # sources
  13. #
  14. # Abstract:
  15. #
  16. # This file contains the common object files for the setup application.
  17. #
  18. # Author:
  19. #
  20. # Evan Green 8-Oct-2014
  21. #
  22. # Environment:
  23. #
  24. # Build
  25. #
  26. ################################################################################
  27. COMMON_OBJS = cache.o \
  28. config.o \
  29. disk.o \
  30. fatdev.o \
  31. fileio.o \
  32. partio.o \
  33. plat.o \
  34. setup.o \
  35. steps.o \
  36. util.o \