Makefile 447 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for ACP Modem (Mwave).
  4. #
  5. # See the README file in this directory for more info. <[email protected]>
  6. #
  7. obj-$(CONFIG_MWAVE) += mwave.o
  8. mwave-y := mwavedd.o smapi.o tp3780i.o 3780i.o
  9. # To have the mwave driver disable other uarts if necessary
  10. # ccflags-y := -DMWAVE_FUTZ_WITH_OTHER_DEVICES
  11. # To compile in lots (~20 KiB) of run-time enablable printk()s for debugging:
  12. ccflags-y += -DMW_TRACE