Skip to content

Commit

Permalink
PS-3871: set the value of the variable. Fixes GH-476.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkananov authored and mkananov committed Jul 26, 2024
1 parent 6c7effb commit afbf80d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ifneq ($(KERNELRELEASE),)
ccflags-y := -isystem include/uapi/drm $(CFLAGS) $(EL8FLAG) $(EL9FLAG) $(RPIFLAG)
evdi-y := evdi_platform_drv.o evdi_platform_dev.o evdi_sysfs.o evdi_modeset.o evdi_connector.o evdi_encoder.o evdi_drm_drv.o evdi_fb.o evdi_gem.o evdi_painter.o evdi_params.o evdi_cursor.o evdi_debug.o evdi_i2c.o
evdi-$(CONFIG_COMPAT) += evdi_ioc32.o
CONFIG_DRM_EVDI ?= m
obj-$(CONFIG_DRM_EVDI) := evdi.o
obj-y += tests/

Expand Down

4 comments on commit afbf80d

@drupol
Copy link

@drupol drupol commented on afbf80d Aug 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! Do you plan to make a tag with this fix?

@displaylink-emajewsk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drupol Waiting for one more feature. It should arrive in the next few days hopefully.

@drupol
Copy link

@drupol drupol commented on afbf80d Aug 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK ! Fell free to ping me when it's done so I can update the package in Nix! Thank you :)

@drupol
Copy link

@drupol drupol commented on afbf80d Aug 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New release has been created in Nix: NixOS/nixpkgs#336389

Please sign in to comment.