Changeset e27e36e in mainline for uspace/drv/bus/adb/cuda_adb/Makefile


Ignore:
Timestamp:
2017-10-04T17:39:48Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c188c62
Parents:
7e55bed7
Message:

Convert CUDA driver to DDF.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/adb/cuda_adb/Makefile

    r7e55bed7 re27e36e  
    2828
    2929USPACE_PREFIX = ../../../..
     30LIBS = $(LIBDRV_PREFIX)/libdrv.a
     31EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include
    3032BINARY = cuda_adb
    3133
    3234SOURCES = \
    33         cuda_adb.c
     35        cuda_adb.c \
     36        main.c
    3437
    3538include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.